Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow plotting series with null values #73

Merged

Conversation

cooljingle
Copy link

  1. add Option<NumericValue> to CompositeValue
  2. add connectNulls to Line

with these changes you can make line charts containing empty data and connect the remaining points.

I've amended an example to show this:
image

@yuankunzhang yuankunzhang merged commit 69df49c into yuankunzhang:main Oct 6, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants